.w1200{
    width: 1200px;
    margin: 0 auto;
}
header{
    padding: 25px 0;
}
header>div>img{
    margin-top: 25px;
}
header ul{
    float: right;
    font-size: 12px;
    color: #898989;
}
header ul>li{
    text-align: right;
}
header ul>li:nth-of-type(1) a{
    color: #898989;
}
header ul>li:nth-of-type(2) img{
    vertical-align: middle;
}
header ul>li:nth-of-type(2){
    margin: 13px 0;
}
header ul>li:nth-of-type(3) input{
    width: 225px;
    height: 35px;
    border: 2px solid #115592;
    padding-left: 20px;
    vertical-align: top;
}
header ul>li:nth-of-type(3) button{
    width: 50px;
    height: 35px;
    background-color: #115592;
    border: none;
    vertical-align: top;
    background-image: url(../image/search.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
nav{
    background: #115592;
}
nav>div>ul>li{
    width: 12.5%;
    float: left;
    height: 45px;
    position: relative;
}
nav>div>ul>li>ul{
    position: absolute;
    width: 100%;
    top: 100%;
    background: #fff;
    z-index: 999;
    display: none;
}
nav>div>ul>li:hover ul{
    display: block;
}
nav>div>ul>li>ul a{
    display: block;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #333;
}
nav>div>ul>li>ul>li:nth-of-type(n+2){
    border-top: 1px dashed #999;
}
nav>div>ul>li>a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #fff;
}
nav>div>ul>li>a.active,nav>div>ul>li>a:hover,nav>div>ul>li>ul a:hover{
    background: #00b7ee;
    color: #fff;
}
.indexnew{
    padding: 100px 0;
    background: url(../image/indexnew.png) no-repeat center;
}
.kv img{
    display: block;
    width: 100%;
}

.title li:nth-of-type(1){
    font-size: 20px;
    color: #3e3a39;
    text-align: center;
}
.title li:nth-of-type(2){
    font-size: 50px;
    color: #3e3a39;
    text-align: center;
}
.title li:nth-of-type(2):after{
    display: block;
    content: "";
    width: 200px;
    height: 1px;
    background: #707070;
    margin: 30px auto;
}
.title.active li{
    color: #fff;
}
.title.active li:nth-of-type(2):after{
    background: #fff;
}
.newkv{
    width: 580px;
    height: 380px;
    float: left;
    position: relative;
}
.newkv .owl-controls{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right!important;
    padding-right: 15px;
}
.newkv .owl-theme .owl-controls .owl-page span{
    border-radius: 0!important;
    width: 12px;
    height: 12px;
    background: #fff;
}
.newkv .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #00b7ee;
    opacity: 0.8;
}
.newkv img{
    display: block;
    width: 100%;
    height: 100%;
}
.newlist{
    width: 580px;
    float: right;
}
.newlist li{
    border-bottom: 1px dashed #7d7d7d;

}
.newlist li h3{
    font-size: 16px;
    color: #3e3a39;
    line-height: 38px;
}
.newlist li h3 span{
    font-size: 14px;
    float: right;
}
.newlist li p{
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    color: #595757;
    display: none;
    padding-bottom: 15px;
}
.newlist li.active h3{
    color: #115592;
    font-size: 20px;
}
.newlist li.active p{
    display: block;
}
.index40y{
    padding: 85px 0;
}
.index4c>a{
    width: 585px;
    float: left;
}
.index4c>a:nth-of-type(2n){
    float: right;
}
.index4c>a:nth-of-type(n+3){
    margin-top: 38px;
}
.index4c>a>img{
    width: 290px;
    height: 180px;
    float: left;
}
.index4c>a div{
    width: 290px;
    height: 180px;
    float: right;
    background: #d2d2d2;
    color: #3e3a39;
    position: relative;
}
.index4c>a div img{
    position: absolute;
    
    top: 50%;
    margin-top: -25px;
}
.index4c>a div img:nth-of-type(2){
    display: none;
}
.index4c>a:nth-of-type(n+3)>img{
    float: right;
}
.index4c>a:nth-of-type(n+3) div{
    float: left;
}
.index4c>a:nth-of-type(1) div img,.index4c>a:nth-of-type(2) div img{
    left: 15px;
}
.index4c>a:nth-of-type(n+3) div img{
    right: 15px;
  
}
.index4c>a div p{
    
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}
.index4c>a:hover div{
    background: #115592;
    color: #fff;
}
.index4c>a:hover div img:nth-of-type(1){
    display: none;
}
.index4c>a:hover div img:nth-of-type(2){
    display: block;
}
.indexly{
    padding: 70px 0;
    background: url(../image/indexly.png) no-repeat center;
}
.indexly p{
    width: 970px;
    text-align: justify;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}
.indexly10 a{
    width: 220px;
    float: left;
    border: 3px solid #fff;
    margin-left: 25px;
    line-height: 115px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}
.indexly10 a:hover{
    background: #00b7ee;
    border-color: #00b7ee;
    font-weight: bold;
}
.indexly10 a:nth-of-type(1),.indexly10 a:nth-of-type(6){
    margin-left: 0;
}
.indexcontact,.indexlink{
    padding: 80px 0;
}
.indexcontact h3{
    font-size: 20px;
    font-weight: bold;
    color: #3e3a39;
    text-align: center;
    margin-bottom: 10px;
}
.indexcontact>p{
    font-size: 16px;
    color: #3e3a39;
    text-align: center;
    line-height: 26px;
    margin-bottom: 36px;
}
.indexcontact>p>a{
    color: #3e3a39;
}
#map{
    height: 300px;
}
.foot{
    background:#434343;
    padding: 55px 0; 
}
.footnav{
    float: left;
}
.footnav li{
    width: 120px;
    float: left;
    min-height: 130px;
    border-right:1px solid #a8a8a8; 
}
.footnav li>a{
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-align: 26px;
    text-align: center;
}
.footnav li>a:nth-of-type(1){
    font-weight: bold;
}
.footnav li>a:hover{
    color: #00b7ee;
}
.footinfo{
    width: 228px;
    float: right;
    font-size:12px;
    color: #fff; 
    line-height: 25px;
}
.footinfo li:nth-of-type(2){
    margin-bottom: 10px;
}
.footinfo li:nth-of-type(4){
    font-size: 16px;
}
.footnote{
    background: #313131;
    font-size: 12px;
    color: #e6e6e6;
    line-height: 55px;
}
.footnote a{
    color: #e6e6e6;
}
.yqlj{
    float: right;
}
.yqlj>div{
    width: 240px;
    background: url(../image/ft.png) no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    position: relative;
    margin-left: 15px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0 25px 0 10px;
    border: 1px solid #c2c2c2;
}
.yqlj>div ul{
    width: 100%;

    position: absolute;
    bottom: 25px;
    background: #fff;
    left: 0;
    
    display: none;
}
.yqlj>div:hover ul{
    display: block;
}
.yqlj>div ul a{
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #333;
    
}
.yqlj>div ul a:hover{
    background: #00b7ee;
    color: #fff;
}
.BMapLabel{
border: none!important;
background: #115592!important;
color: #fff;
padding: 5px 10px!important;
display: inline-block;
font-weight: bold!important;
font-size: 15px!important;
}

.kvn{
    height:400px;
    width:100%;
    font-size: 40px;
    overflow: hidden;
}
.kvn>div{
    margin-top:135px;
    color:#115592;
}
.po{
    width:100%;
    text-align: right;
    font-size: 14px;
    color:#898989;
    margin-top:55px;
}
.po a{
    color:#898989;

}
.kv1s{
    background: url("/image/kv1s.png") no-repeat;
    background-size: cover;
}
.kv2s{
    background: url("/image/kv2s.png") no-repeat;
    background-size: cover;
}
.kvn.kv2s>div{
    color:#fff;
}

.content{
    margin-bottom:70px;
}
.left_menu{
    width:260px;
}
.left_menu>li.l_t{
    font-size:24px;
    background:#115592;
    color:#fff;
    height:60px;
    width:100%;
    padding-left:25px;
    line-height: 60px;
}
.left_menu>li{
    font-size:18px;
    height:80px;
    width:100%;
    padding-left:10px;
    line-height: 80px;
    border-bottom:#707070 solid 1px;
}
.left_menu>li>a{
    color:#707070;
}
.left_menu>li>a:hover,.left_menu>li>a.active{
    font-weight: 600;
    color:#115592;
}

.right{
    width:900px;

}
.right .title,.all .title{
    padding-bottom:20px;
    width:100%;
    border-bottom: #707070 solid 1px;
    font-size:24px;
}
.right .article{
    width:100%;
    margin-top:50px;
}
.right .article p{
    text-indent: 2em;
}

.all{
    width:100%;
}
.all .title{
    border-bottom: #707070 solid 1px;
}
.all .img{
    display:inline-block;
    width:500px;
    height:300px;
    vertical-align: top;
    margin-right:47px;
}
.all .content_time{
    display:block;
    font-size: 14px;
    color:#115592;
    margin-top:15px;
    margin-bottom: 50px;
}
.all .pn{
    border-top:#707070 solid 1px;
    margin-top:40px;
    width:100%;
}
.all .pn a{
    color:#595757;
    display:inline-block;
    padding:30px 0 0 0;

}
.article_list>div{
    padding:40px 0;
    vertical-align: top;
}

.article_list>div>div{
    display:inline-block;
    vertical-align: top;
    width:640px;
}
.article_list .time{
    color:#a9a8a8;
}
.article_list .article_list_title,.product .article_list_title{
    font-size:20px;
    color:#115592;
}
.article_list .clou{
    padding:23px 0;
    height:222px;
    font-size:14px;
    overflow: hidden;
    color:#595757;
}
.btn{
    display:inline-block;
    padding:6px 12px;
    font-size:14px;
    color:#fff;
}
.btn-more{
    background: #115592;
}
.newfy1{
    width:100%;
    text-align: center;
}
.newfy1 table{
    margin:auto;
}
.newfy1 table tr td a{
    display:block;
    padding:6px 12px;
    color:#595757;
    border:#595757 solid 1px;
}
.newfy1 table tr td a:hover,.newfy1 table tr td.m{
    display:block;
    padding:6px 12px;
    border:#595757 solid 1px;
    color:#fff;
    background: #115592;

}
.article img{
    display:block;
    margin:auto;
}
.newfy1 table tr td.m{
    margin-top:1px;
}

.product>div{
    padding:35px 0;
    vertical-align: top;
}
.product .img{
    display:inline-block;
    width:320px;
    height:210px;
    vertical-align: top;
    margin-right:37px;
}
.product>div>div{
    display:inline-block;
    vertical-align: top;
    width:480px;
}
.product .clou{
    padding:23px 0;
    font-size:14px;
    color:#595757;
}
.link{
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap:wrap;

}
.link a{
    display:inline-block;
    margin-bottom:40px;
    height:55px;
    margin-right:6px;
}
.link a>img{
    height:55px;
}

.more{
    margin-top:1rem;
    text-align: right;
}
.indexcontactw{
    width:100%;
    background: #eeeeee;
}

.gsry1{
    padding-bottom: 50px;
    border-bottom:#b5b5b5 solid 1px;
}

.gsry1 .item{
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap:wrap;
}

.gsry1 .item>div{
    display:inline-block;
    width:246px;
    text-align: center;
    margin-bottom:20px;
}
.gsry1 .item>div>a>img{
    width:246px;
    height:335px;
}
.gsry1 .item>div p,.gsry2 .item p{
    margin-top:1em;
    font-size: 14px;
    color:#707070;
}
.gsry1.owl-theme .owl-controls .owl-page span,.gsry2 .item.owl-theme .owl-controls .owl-page span{
    border-radius: 0;

}

.gsry1.owl-theme .owl-controls .owl-page span:hover,.gsry2 .item.owl-theme .owl-controls .owl-page span:hover{
    background:#115592;
}

.gsry1.owl-theme .owl-controls .owl-page.active span,.gsry2 .item.owl-theme .owl-controls .owl-page.active span{
    background:#115592;
}

.gsry2{
    padding-top:60px;
    overflow: hidden;
    height:380px;
}

.gsry2>div{
    text-align: center;
}
.gsry2 .jt1,.gsry2 .jt2{
    width:31px;
    height:210px;
}

.gsry2 .jt1{
    background: url("../image/jt1.png") no-repeat;
    background-size: cover;
}
.gsry2 .jt2{
    background: url("../image/jt2.png") no-repeat;
    background-size: cover;
}




.gsry2 .item{
    float:left;
    width:656px;
    margin:0 90px;

}
.gsry2 .item img{
    width:285px;
    height:210px;
}



@media (min-width: 1920px) {
    .indexnew,.indexly{
        background-size: 100%;
    }
    
}